home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / OpenDoc 1.2b2c1 / OpenDoc / Interfaces / Rez / StdExts.r < prev    next >
Encoding:
Text File  |  1997-01-01  |  1.1 KB  |  33 lines  |  [TEXT/MPS ]

  1.  
  2. #ifndef SOM_Module_OpenDoc_StandardExtensions_defined
  3. #define SOM_Module_OpenDoc_StandardExtensions_defined 1
  4.  
  5. /*
  6.  * Start of user-defined types:
  7.  */
  8. #ifndef ODFrame
  9.     #define ODFrame SOMObject
  10. #endif /* ODFrame */
  11. #ifndef ODFacet
  12.     #define ODFacet SOMObject
  13. #endif /* ODFacet */
  14. #define kODSettingsExtension "OpenDoc:Extension:Info:Settings"
  15. #define kODExtSemanticInterface "OpenDoc:Extension:SemanticInterface"
  16. #define OpenDoc_StandardExtensions_OpenDoc_StandardExtensions_Version "1.0."
  17.  
  18. #ifndef SOM_DONT_USE_SHORT_NAMES
  19. #ifndef SOMTGD_OpenDoc_StandardExtensions_Version
  20.     #ifdef OpenDoc_StandardExtensions_Version
  21.         #undef OpenDoc_StandardExtensions_Version
  22.         #define SOMTGD_OpenDoc_StandardExtensions_Version 1
  23.     #else
  24.         #define OpenDoc_StandardExtensions_Version OpenDoc_StandardExtensions_OpenDoc_StandardExtensions_Version
  25.     #endif /* OpenDoc_StandardExtensions_Version */
  26. #endif /* SOMTGD_OpenDoc_StandardExtensions_Version */
  27. #endif /* SOM_DONT_USE_SHORT_NAMES */
  28.  
  29. /*
  30.  * End of user-defined types.
  31.  */
  32. #endif /* SOM_Module_OpenDoc_StandardExtensions_defined */
  33.